Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig FilterSpec

Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig FilterSpec
Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig FilterSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig FilterSpec schema specifies the matching criteria to be applied when filtering out Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig Summary structures from the collection returned by the list method. Only Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig Summary structures containing the values specified in this structure will be returned from the list method. If multiple members of the filter spec are set, all of them must match for a result to be filtered out and returned.

This schema was added in vSphere API 7.0.1.0.

JSON Example
{
    "health": [
        "string"
    ],
    "address": [
        {
            "hostname": "string",
            "port": 0
        }
    ]
}
array of string
health
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The health of the applied Key Provider Service configuration.

For more information see: Vcenter TrustedInfrastructure TrustedClusters Kms ServicesAppliedConfig Health.

This property was added in vSphere API 7.0.1.0.

If missing or null, no filtration will be performed by health.

address
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The network address of the Key Provider Service configured for use in the Trusted Cluster.

This property was added in vSphere API 7.0.1.0.

If missing or null, no filtration will be performed by network address.